Vcenter CryptoManager Kms Providers ImportSpec
The Vcenter CryptoManager Kms Providers ImportSpec schema contains properties that are needed to import a provider.
This schema was added in vSphere API 7.0.2.0.
{
"config": "string",
"password": "string",
"constraints": {
"tpm_required": false
},
"dry_run": false
}
Configuration to import.
This property was added in vSphere API 7.0.2.0.
Currently this is required. Other import methods may be supported in the future.
Password to decrypt the configuration to import.
This property was added in vSphere API 7.0.2.0.
If missing or null
or empty, configuration to import must be unencrypted.
Constraints to impose on the imported provider
This property was added in vSphere API 7.0.2.0.
If missing or null
, the imported provider constraints will match the exported provider constraints.
Whether to perform a trial import without actuallly creating a provider.
This property was added in vSphere API 7.0.2.0.
If missing or null
, a new provider will be created.